IdeaBlade DevForce 2010 Help Reference
FilterProperties Property
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityListManager<T> Class : FilterProperties Property



Gets or sets the properties which, if their values change, will cause the Filter to be re-applied.

Syntax

Visual Basic (Declaration) 
Public Property FilterProperties As EntityProperty()
Visual Basic (Usage)Copy Code
Dim instance As EntityListManager(Of T)
Dim value() As EntityProperty
 
instance.FilterProperties = value
 
value = instance.FilterProperties
C# 
public EntityProperty[] FilterProperties {get; set;}
C++/CLI 
public:
property array<EntityProperty^>^ FilterProperties {
   array<EntityProperty^>^ get();
   void set (    array<EntityProperty^>^ value);
}

Remarks

If no properties are set then any changes to existing Entities will cause filtering to be re-applied.

Filter properties should be of type IdeaBlade.EntityModel.DataEntityProperty.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.